Represents an email attachment
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| name | String | Get the attachment name | |
| hash | String | Get the attachment hash, This is to access the file from the VFS | |
| inputStream | InputStream | Get the InputStream of the attachment | |
| contentId | String | Get the attachment contentId | |
| contentType | String | Get the attachment content type | |
| disposition | String | Get the attachment disposition |
Hide comments